Version

Record(Enum,RecordingMode,Object[]) Method

Syntax
'Declaration
 
Protected Overloads Overridable Sub Record( _
   ByVal eAction As System.Enum, _
   ByVal eRecMode As Mercury.QTP.WPF.CustomServer.RecordingMode, _
   ByVal ParamArray oParams() As System.Object _
) 
protected virtual void Record( 
   System.Enum eAction,
   Mercury.QTP.WPF.CustomServer.RecordingMode eRecMode,
   params System.object[] oParams
)
protected: virtual void Record( 
   System.Enum* eAction,
   Mercury.QTP.WPF.CustomServer.RecordingMode eRecMode,
   params System.Object*[]* oParams
) 

Parameters

eAction
eRecMode
oParams
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also